-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix : Invalid line numbers reference on style page #2007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix : Invalid line numbers reference on style page #2007
Conversation
Invalid line numbers were being referenced on the about/style page, under the "Reference Github Examples" section, causing either the code snippet to be missing, or showing incorrect and inconsistent code. This PR fixes this issue, and displays consistent code snippets in all the translations.
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @harshitBhardwaj97! I
Just a quick note for next time - I noticed that some formatting changes were included in the PR as well. To make the review process smoother, could you please ensure that only changes related to the PR are pushed. It would help a lot with the review
Thanks,
Sri
fix : Invalid line numbers reference on style page Invalid line numbers were being referenced on the about/style page, under the "Reference Github Examples" section, causing either the code snippet to be missing, or showing incorrect and inconsistent code. This PR fixes this issue, and displays consistent code snippets in all the translations. Co-authored-by: Sri Harsha <[email protected]> 8d5ae7c
Welcome @harsha509. I use IntelliJ Idea, and in that I have enabled automatic formatting of files, upon save. I will disable that action for this project, or else if some other formatter is used, then please let me know. I will enable that to make sure the coding standards are maintained. |
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Invalid line numbers were being referenced on the about/style page, under the "Reference Github Examples" section, causing either the code snippet to be missing, or showing incorrect and inconsistent code.
This PR fixes this issue, and displays consistent code snippets in all the translations.
Fixes #2006. As of now, I have used the following code snippet (with all the different language bindings) -
If this needs to be changed, then kindly let me know. Also verified the fix on local server -
SeleniumDocumentation.2006Fix.mp4
Motivation and Context
Types of changes
Checklist